home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 March / PCWorld_2008-03_cd.bin / zabezpeceni / spyemergency / se-setup365.exe / {app} / SpyEmergency.mof < prev    next >
Text File  |  2007-10-30  |  2KB  |  63 lines

  1. //**************************************************************************
  2. //* File: SpyEmergency.mof
  3. //**************************************************************************
  4.  
  5. //**************************************************************************
  6. //* This MOF was generated from the "\\.\ROOT\SecurityCenter"
  7. //* namespace on machine "NETGATE".\
  8. //* To compile this MOF on another machine you should edit this pragma.
  9. //**************************************************************************
  10.  
  11. #pragma autorecover
  12.  
  13. #pragma namespace("\\\\.\\ROOT\\SecurityCenter")
  14.  
  15.  
  16. class AntiSpywareProduct
  17. {
  18.     [key, Not_Null] string instanceGuid;
  19.     [Not_Null] string displayName;
  20.     [Not_Null] boolean productUptoDate;
  21.     boolean productEnabled;
  22.     boolean productHasNotifiedUser;
  23.     boolean productWantsWscNotifications;
  24.     uint8 productState;
  25.     string companyName;
  26.     string versionNumber;
  27.     string pathToSignedProductExe;
  28. };
  29.  
  30.  
  31.  
  32.  
  33. //**************************************************************************
  34. //* Instances of: AntiSpywareProduct
  35. //**************************************************************************
  36.  
  37. instance of AntiSpywareProduct as $SEAProvider
  38. {
  39.             companyName = "NETGATE Technologies s.r.o.";
  40.             displayName = "Spy Emergency";
  41.             productEnabled = FALSE;
  42.             productUptoDate = TRUE;
  43.             instanceGuid = "{773EE130-7EFF-422a-B0FB-8A71604A2FF9}";
  44.             versionNumber = "2007";
  45.             pathToSignedProductExe = "{EXEFILE}";
  46. };
  47.  
  48.  
  49.  
  50. instance of __InstanceProviderRegistration
  51. {
  52.             Provider = $SEAProvider;
  53.  
  54.             SupportsPut = "FALSE"; 
  55.             SupportsGet = "TRUE"; 
  56.             SupportsDelete = "FALSE"; 
  57.             SupportsEnumeration = "TRUE"; 
  58.  
  59. };
  60.  
  61.  
  62. //* EOF SpyEmergency.mof
  63.